home *** CD-ROM | disk | FTP | other *** search
- /* termfuncs.h
- ****************************************************************************
- expecTerm version 1.0 beta
- Mark Weissman
- Christopher Matheus
- Copyright 1992 by GTE Laboratories Incorporated.
-
- Portions of this work are in the public domain. Permission to use,
- copy, modify, and distribute this software and its documentation for
- any purpose and without fee is hereby granted, provided that the above
- copyright notice appear in all copies and that both the copyright
- notice and warranty disclaimer appear in supporting documentation, and
- that the names of GTE Laboratories or any of their entities not be
- used in advertising or publicity pertaining to distribution of the
- software without specific, written prior permission.
-
- GTE disclaims all warranties with regard to this software, including
- all implied warranties of merchantability and fitness for a particular
- purpose, even if GTE Laboratories Incorporated knows about the
- purpose. In no event shall GTE be liable for any special, indirect or
- consequential damages or any damages whatsoever resulting from loss of
- use, data or profits, whether in an action of contract, negligence or
- other tortuous action, arising out of or in connection with the use or
- performance of this software.
-
- This code is based on and may include parts of Don Libes' expect code:
- expect written by: Don Libes, NIST, 2/6/90
- Design and implementation of expect was paid for by U.S. tax
- dollars. Therefore it is public domain. However, the author and NIST
- would appreciate credit if this program or parts of it are used.
- ******************************************************************************/
-
- extern long y, x, Rows, Columns;
- extern void
- do_HPATTR(),
- do_HPDEVICEID(),
- do_HPSPOW(),
- do_HPXMITFUNS(),
- do_HPDC2(),
- do_HPSHAKE(),
- do_HPEOLWRAP(),
- do_HPBLOCKMODE(),
- do_HPPAGEMODE(),
- do_HPPAGE(),
- do_HPNOPAGE(),
- do_HPAUTOTERM(),
- do_HPCLEARTERM(),
- do_HPAUTOKBDLOCK(),
- do_HPAUTOLINEFEED(),
- do_HPCAPSLOCK(),
- do_HPMODES(),
- do_HPKBDLOCK(),
- do_HPKBDUNLOCK(),
- do_HPMEMLOCK(),
- do_HPMEMUNLOCK(),
- do_HPFORMAT(),
- do_HPNOFORMAT(),
- do_HPKEYS(),
- do_HPNOKEYS(),
- do_HPDISPFUNS(),
- do_HPNODISPFUNS(),
- do_HPSTATUS1(),
- do_HPSTATUS2(),
- do_home(),
- do_set_window(),
- do_print_screen(),
- do_printer_on(),
- do_printer_off(),
- do_print_nbytes(),
- do_program_xmit(),
- do_program_type(),
- do_program_local(),
- do_program_label(),
- do_VTModes(),
- do_CRNL_on(),
- do_CRNL_off(),
- do_TABSPACE_on(),
- do_TABSPACE_off(),
- do_ECHO_on(),
- do_ECHO_off(),
- do_nothing(),
- do_altcharset(),
- do_backtab(),
- do_bell(),
- do_blink(),
- do_bold(),
- do_invisible(),
- do_carriage_return(),
- do_clear(),
- do_clear_line(),
- do_clear_soft_margins(),
- do_clear_tab(),
- do_clear_tabs(),
- do_clear_to_bol(),
- do_clear_to_bos(),
- do_clear_to_eol(),
- do_clear_to_eos(),
- do_curse_back(),
- do_curse_down(),
- do_curse_forward(),
- do_curse_up(),
- do_cursor_brighter(),
- do_cursor_down_half_line(),
- do_cursor_invisible(),
- do_cursor_normal(),
- do_cursor_up_half_line(),
- do_delete_chars(),
- do_delete_line(),
- do_dim(),
- do_disable_altchar_mode(),
- do_disable_soft_labels(),
- do_display_status(),
- do_enable_altchar_mode(),
- do_enable_soft_labels(),
- do_enter_automatic_margin_mode(),
- do_enter_cursor_addressing_mode(),
- do_enter_delete_mode(),
- do_enter_insert_mode(),
- do_enter_meta_mode(),
- do_enter_xon_xoff_mode(),
- do_erase_chars(),
- do_exit_automatic_margin_mode(),
- do_exit_cursor_addressing_mode(),
- do_exit_delete_mode(),
- do_exit_insert_mode(),
- do_exit_meta_mode(),
- do_exit_secure_mode(),
- do_exit_xon_xoff_mode(),
- do_font0(),
- do_font1(),
- do_font2(),
- do_font3(),
- do_font4(),
- do_font5(),
- do_font6(),
- do_font7(),
- do_formfeed(),
- do_go_to_status(),
- do_insert_chars(),
- do_insert_chars(),
- do_insert_line(),
- do_lower_left(),
- do_newline(),
- do_noaltcharset(),
- do_noblink(),
- do_nobold(),
- do_noinvisible(),
- do_nodim(),
- do_nodisplay_status(),
- do_noprotect(),
- do_noreverse(),
- do_normal(),
- do_nostandout(),
- do_nounderline(),
- do_nowrap(),
- do_protect(),
- do_repeat_char(),
- do_request_for_input(),
- do_reset(),
- do_restore_cursor(),
- do_return_from_status(),
- do_reverse(),
- do_save_cursor(),
- do_scroll_forward(),
- do_scroll_left(),
- do_scroll_reverse(),
- do_scroll_right(),
- do_set_cursor(),
- do_set_cursor_column(),
- do_set_cursor_row(),
- do_set_left_margin(),
- do_set_right_margin(),
- do_set_scroll_region(),
- do_set_tab_stop(),
- do_sgr(),
- do_standout(),
- do_start_keypad(),
- do_stop_keypad(),
- do_tab(),
- do_underline(),
- do_underline_char(),
- do_visible_bell(),
- do_wrap();
-
-
-